.fixDiv2{
	background: #E2EAEA !important;
}
.fixDiv3{
	background: #F1F7F7 !important;
	height: 60px;
}
.homebtn{
	float: right;
	padding: 0 12px;
	height: 33px;
	background: #B48C5B;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #fff;
	margin: 16px 0 0 16px;
	border-radius: 4px;
}
.header{
	position: absolute;
	z-index: 10000;
	background:rgba(226,220,207,0);
}
/* 7-30新加 */
.headerCent {
	position: relative;
	height: 60px;
}

.headerCent .login_x{
	float: right;
	margin: 22px 20px 20px;
}
.headerCent .login_x a{
	font-size: 14px;
	margin:0 8px;
}
.headerCent .login_x a:hover{
	/*color: #8C0E1D;*/
}
.headerCent .search {
	background: rgb(184 200 224) !important;
	opacity: 0.4;
}
.headerCent .search {
	margin-right: 20px !important;
	width: 180px;
}
.header {
	height: 120px;
}
.navTwo .navTwoList a{
	line-height: 60px;
}
.headRight {
	float: initial;
	margin-left: 0px;
	width: 1180px;
	margin: 0 auto;
}
.headRight .navTwo>a {
	padding: 17px 0;
}
.navTwo .navTwoList {
	top: 60px;
}
.navTwo .navTwoList{
	background: #8C0E1D;
}
.headerCent .search{
	margin-top: 16px;
	line-height: 33px;
}
.headerCent h1 {
	padding-top: 0px;
}
.headerCent .china .xs:before {
	top: 28px;
}
.headerCent .china .xs {
	line-height: 60px;
	padding-top: 0;
}
/* 登录后css开始 */
.name-box {
	float: right;
	margin: 15px 7px 0 9px;
	position: relative;
	padding-bottom: 10px;
}
.name-box a img {
	vertical-align: middle;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.yiru-lb {
	width: 160px;
	height: auto;
	border: 2px solid #e3e3e5;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: -46px;
	z-index: 200;
	padding: 15px 0;
	display: none;
}
.yiru-lb-nei{
	margin: 0 23px;
}
.yiru-lb-nei p a {
	border-bottom: 1px solid #eee;
	vertical-align: middle;
	padding: 10px 0;
	font-size: 14px;
	color: #0f0f23;
	display: block;
}
.yiru-lb-nei p a:hover{
	color: #B51E28;
}
.yiru-lb-nei p a.tui{
	border: 0;
}
.pop-up:before {
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	background-clip: padding-box;
	border: solid 4px rgba(221, 221, 221, 0);
	border-width: 4px 4px 0 0;
	position: absolute;
	top: -7px;
	left: 53px;
	content: " ";
}
.pop-up:after {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border: 5px solid rgba(221, 221, 221, 0.7);
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -12px;
	left: 53px;
}

/* 登录后css结束 */